type runtime.notInHeapSlice
14 uses
runtime (current package)
malloc.go#L899: *(*notInHeapSlice)(unsafe.Pointer(&(*arenaList))) = notInHeapSlice{newArray, len((*arenaList)), int(size / goarch.PtrSize)}
mbitmap.go#L564: var sl notInHeapSlice
mbitmap.go#L565: sl = notInHeapSlice{(*notInHeap)(unsafe.Pointer(base)), elems, elems}
mheap.go#L567: *(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
mpagealloc_64bit.go#L85: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mpagealloc_64bit.go#L249: sl := notInHeapSlice{(*notInHeap)(r), int(n), int(n)}
mranges.go#L255: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L382: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L452: ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
slice.go#L23: type notInHeapSlice struct {
tracemap.go#L124: sl := notInHeapSlice{
tracemap.go#L133: *(*notInHeapSlice)(unsafe.Pointer(&meta.data)) = sl
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |